home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / ASSEMBLER / TLA / !tla / TLA_Errors < prev   
Text File  |  1990-03-15  |  3KB  |  95 lines

  1.   1: undefined symbol
  2.   2: operand out of range
  3.   3: procedure name expected
  4.   4: number of parameters expected
  5.   5: extra garbage on line
  6.   6: input line too long (>255 chars)
  7.   7: not enough .IF's
  8.   8: must be declared in .ASECT before
  9.   9: identifier previously declared
  10.  10: improper format
  11.  11: comma expected
  12.  12: must .EQU before use
  13.  13: macro-identifier expected
  14.  14: machine can only address words
  15.  15: backward .ORG not allowed
  16.  16: identifier expected
  17.  17: constant expected
  18.  18: invalid structure
  19.  19: extra special symbol
  20.  20: branch too far
  21.  21: variable not PC relative
  22.  22: illegal macro-parameter index
  23.  23: must .EQU to a label, absolute, .DEF, .REF, register or boolean value
  24.  24: operand not absolute
  25.  25: illegal use of special symbols
  26.  26: illegal formed expression
  27.  27: not enough operands
  28.  28: cannot handle relative expression
  29.  29: constant overflow
  30.  30: illegal decimal constant
  31.  31: illegal octal constant
  32.  32: illegal binary constant
  33.  33: invalid keyword
  34.  34: too many nested macros
  35.  35: maximal number of nested include files exceeded
  36.  36: unexpected end of input
  37.  37: bad place for include
  38.  38: unable to open input file
  39.  39: local Label expected
  40.  40: too many local labels
  41.  41: string constant exceeds line
  42.  42: string constant too long
  43.  43: unable to open listfile
  44.  44: no local labels allowed in .ASECT
  45.  45: keyword expected
  46.  46: string expected
  47.  47: illegal character in text
  48.  48: unable to open output file
  49.  63: no nested macros allowed
  50.  64: compare operator expected
  51.  65: no .EQU allowed to undefined labels
  52.  66: .ABSOLUTE must be placed before first procedure
  53.  67: too many procedures
  54.  68: undefined local label
  55.  69: no .EQU allowed to local labels
  56.  70: there is no label on this line to .EQU to
  57.  75: SC8xx not allowed
  58.  77: this is not implemented
  59.  79: this type of identifier is not allowed here
  60.  84: illegal operation
  61.  85: ON or OFF expected
  62.  87: divide by zero
  63. 200: constant expression expected
  64. 201: illegal software interrupt number
  65. 202: unknown software interrupt
  66. 203: register expected
  67. 204: register or immediate constant expected
  68. 205: shift operation expected
  69. 206: shift constant expected
  70. 207: unable to generate this immediate constant
  71. 208: only immediate shift allowed here
  72. 209: immediate constant expected
  73. 210: ']' expected
  74. 211: offset out of range
  75. 212: offset constant expected
  76. 213: expression or address mode specification expected
  77. 214: '{' expected
  78. 215: '}' expected
  79. 216: destination expression expected
  80. 217: branch destination must be a word address
  81. 218: ROL only allowed with constants
  82. 219: shift constant out of range
  83. 220: this reference cannot be resolved with the AOF format
  84. 221: this cannot be used in an .ABSOLUTE assembly
  85. 222: area already defined
  86. 223: area symbol cannot be a local label
  87. 224: code area directive must be placed before first procedure
  88. 225: address expression expected
  89. 226: destination and left hand side register must be different
  90. 227: entry label already defined
  91. 228: procedure address missing while generating linker info
  92. 229: data area without code area not allowed
  93. 230: area id must not be already defined
  94. 300: user-defined error
  95.